Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 5 - Printing Functions for Message Overrides / Printing Functions Reference
Constants and Data Types


Job Format Mode Table

The GXGetAvailableJobFormatModes function uses a job format mode table structure to communicate with the application about which job format modes are supported.

struct gxJobFormatModeTable {
   long              numModes;
   gxJobFormatMode   modes[1];
};

typedef struct gxJobFormatMode Table gxJobFormatModeTable, 
*gxJobFormatModeTablePtr, **gxJobFormatModeTableHdl;
Field Description
numModes
The number of the entries in the modes array that follows.
modes
An array of mode constants. This array can be of any length. The constants are defined in the job format modes enumeration, which is defined in the next section.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help